Script Tokens Pane

The Script Editor's Script Tokens Pane allows you to indicate the tokens your script produces and that will be available to other activities.

To open the Script Tokens Pane

To add tokens from your script to the Script Tokens Pane

To create a new token with the Script Tokens Pane

  1. Click the New Token button in the upper left corner of the pane's toolbar.
  2. In the ClosedScript Token Editor dialog box, type a name for your token next to Name.
  3. Next to Type, select what type of value the token will store from the drop-down menu. Token types include string, Boolean, integer, and other common programming types.
  4. Optional: Select one or more tags for your tokens under Token Tags. More information.
  5. Under Attributes, select one or more of the following attributes
  6. After configuring your token, click OK.
  7. In your script, you can use the SetTokenValue or SetActivityTokenValue methods to set the value of the token you just created. If you do not set the value of the token, its value will be blank.

To edit tokens in the Script Token Pane